Skip to main content

speechUtteranceDidFinish

Type

message

Summary

Sent when an utterance is finished speaking

Syntax

speechUtteranceDidFinish <pCompleted>

Description

The speechUtteranceDidFinish message is sent to the object that called the speechSpeakUtterance command when the library stops speaking.

Parameters

NameTypeDescription

pCompleted

Boolean indicating if the entire utterance completed.

Examples

on mouseUp
speechSpeakUtterance "Well done"
end mouseUp

on speechUtteranceDidFinish pCompleted
go next card
end speechUtteranceDidFinish

Compatibility and Support

OS

mac

ios

android

Platforms

desktop

mobile